bufio.Scanner.maxTokenSize (field)
6 uses
bufio (current package)
scan.go#L33: maxTokenSize int // Maximum size of a token; modified by tests.
scan.go#L92: maxTokenSize: MaxScanTokenSize,
scan.go#L194: if len(s.buf) >= s.maxTokenSize || len(s.buf) > maxInt/2 {
scan.go#L202: if newSize > s.maxTokenSize {
scan.go#L203: newSize = s.maxTokenSize
scan.go#L273: s.maxTokenSize = max
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)